UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The "at" directory must be owned by root, bin, or sys.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4365 GEN003420 SV-4365r2_rule ECLP-1 Medium
Description
If the owner of the "at" directory is not root, bin, or sys, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
STIG Date
UNIX SRG 2013-03-26

Details

Check Text ( C-8246r2_chk )
Check the ownership of the "at" directory.

Procedure:
# ls -ld /var/spool/cron/atjobs /var/spool/atjobs /var/spool/at

If the directory is not owned by root, sys, bin, daemon, or cron, this is a finding.
Fix Text (F-4276r2_fix)
Change the owner of the "at" directory to root, bin, sys, or system.

Procedure:
# chown root /var/spool/at

(Replace root with another system group and/or /var/spool/at with a different "at" directory as necessary.)